home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 December / 2004-12 CHIP.iso / CHIP / Software / Fotopanoramy / PanoramaComposer 1.0 / panorama1.exe / panorama.chm / default.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2003-03-14  |  2.0 KB  |  163 lines

  1. html
  2. {
  3.   padding: 0px;
  4.   margin: 0px;
  5.   background-color:white
  6. }
  7.  
  8. body
  9. {
  10.   padding: 0px;
  11.   margin-left: 80px;
  12.   margin-right: 80px;
  13.   margin-top: 30px;
  14.   margin-bottom: 30px;
  15.   background-color:white;
  16. }
  17.  
  18. body.help
  19. {
  20.   padding: 0px;
  21.   margin-left: 5px;
  22.   margin-right: 5px;
  23.   margin-top: 5px;
  24.   margin-bottom: 5px;
  25.   background-color:white;
  26. }
  27.  
  28. a
  29. {
  30.   text-decoration: underline;
  31.   color: #5E8163
  32. }
  33.  
  34. a:hover
  35. {
  36.   text-decoration: underline;
  37.   color: #5E8163
  38. }
  39.  
  40. h1
  41. {
  42.   font-family: Arial;
  43.   font-weight: bold;
  44.   font-size: 18px;
  45.   color: #5E8163
  46. }
  47.  
  48. h2
  49. {
  50.   font-family: Arial;
  51.   font-weight: bold;
  52.   font-size: 16px;
  53.   color: #5E8163
  54. }
  55.  
  56. h3
  57. {
  58.   font-family: Arial;
  59.   font-weight: bold;
  60.   font-size: 14px;
  61.   color: #5E8163
  62. }
  63.  
  64. .txt
  65. {
  66.   font-family: Arial;
  67.   font-size: 12px;
  68.   color: #000000;    
  69. }
  70.  
  71. .green
  72. {
  73.   color: #5E8163
  74. }
  75.  
  76. table.border
  77. {
  78.   font-family: Arial;
  79.   font-size: 12px;
  80.   color: #000000;    
  81.   border-collapse:collapse;
  82.   border-color: #5E8163;
  83.   text-align:left;
  84.   padding-left:10px;
  85.   padding-right:10px;
  86. }
  87.  
  88. th
  89. {
  90.   font-family: Arial;
  91.   font-size: 11px;
  92.   color: #ffffff;    
  93.   background-color: #5E8163;
  94.   font-weight:bold;
  95. }
  96.  
  97. .to
  98. {
  99.   font-family: Arial;
  100.   font-size: 12px;
  101.   font-weight: bold;    
  102.   color: #5E8163;    
  103. }
  104.  
  105. .tonobr
  106. {
  107.   font-family: Arial;
  108.   font-size: 12px;
  109.   color: #5E8163;    
  110. }
  111.  
  112. td.toline
  113. {
  114.   background-color: #5E8163;    
  115. }
  116.  
  117. p, pre
  118. {
  119.   font-family: Arial;
  120.   font-size: 12px;
  121.   color: #000000;    
  122. }
  123.  
  124. p.smallbe
  125. {
  126.     font-family: Arial;
  127.     font-size: 12px;
  128.     color: #000000;    
  129.     margin-top:0cm;
  130.     margin-right:0cm;
  131.     margin-bottom:0cm;
  132.      
  133.     margin-bottom:.0001pt;
  134. }
  135.  
  136. ul, ol
  137. {
  138.   font-family: Arial;
  139.   font-size: 12px;
  140.   color: #000000;    
  141. }
  142.  
  143. ul.help
  144. {
  145.   font-family: Arial;
  146.   font-size: 10px;
  147.   color: #000000;    
  148.   margin-left: 20px;
  149. }
  150.  
  151.  
  152. .note
  153. {
  154.   font-family: Arial;
  155.   font-style: italic;
  156.   font-size: 11px;
  157.   color: #000000;
  158.   padding-top: 2px;
  159.   
  160. }
  161.  
  162.  
  163.